home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Remax Data
/
Remax Porfolio Data 15 Jul 1994 CD-ROM.ISO
/
fp26_rmx
/
test2.prg
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-06-19
|
228 b
|
13 lines
FUNCTION PassVar
PARAMETERS M.Criteria, M.Index
*IF mktable = .F.
ERASE Currant.dbf
CREATE TABLE Currant ;
(Criteria C(30), Index C(30))
USE Currant
APPEND BLANK
GOTO TOP
GATHER MEMVAR
* mktable = .T.
*ENDIF